projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24f2d73
)
minios: Trivial spelling typo fixed.
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 30 Mar 2010 07:36:41 +0000
(08:36 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 30 Mar 2010 07:36:41 +0000
(08:36 +0100)
Sigend-off-by: Keir Fraser <keir.fraser@citrix.com>
extras/mini-os/pcifront.c
patch
|
blob
|
history
diff --git
a/extras/mini-os/pcifront.c
b/extras/mini-os/pcifront.c
index 641eca4e9fbecce6d5406b8367a2e6e1cee85aa0..c2fbe7d178108627f1a1d656d3540fd15953e3c1 100644
(file)
--- a/
extras/mini-os/pcifront.c
+++ b/
extras/mini-os/pcifront.c
@@
-69,7
+69,7
@@
void pcifront_watches(void *opaque)
snprintf(fe_state, sizeof(fe_state), "%s/state", nodename);
while (1) {
- printk("pcifront_watches: waiting for backend path to
h
appear %s\n", path);
+ printk("pcifront_watches: waiting for backend path to appear %s\n", path);
xenbus_watch_path_token(XBT_NIL, path, path, &events);
while ((err = xenbus_read(XBT_NIL, path, &be_path)) != NULL) {
free(err);